home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 039a / tcoop10a.zip / READ.ME < prev    next >
Text File  |  1991-11-20  |  5KB  |  87 lines

  1. 1.00                                                            11/20/91
  2. --------------------------------------------------------------------------
  3.  
  4.            -= Thank you for looking at the TCOOP library! =-
  5.  
  6. --------------------------------------------------------------------------
  7.  
  8. TCOOP 1.00 is a group of Turbo C++ Classes that you can use in the C++
  9. programs you write.  It uses the concept of the Software IC to produce
  10. C++ Class modules that can be easily linked into your programs and provide
  11. a host of different functions.  The Object-Oriented capabilites of C++
  12. make it ideal for the development of programming libraries that can be
  13. easily applied and extended.  TCOOP provides a good starting point
  14. for the development of a C++ Class Library.  The Classes provide a wide
  15. range of functionality, but are NOT highly interdependant like some OOP
  16. systems.  This allows you to use just a few, or all of the Classes as
  17. you choose, without needlessly wasting precious memory.
  18.  
  19. This Shareware version of TCOOP includes documentation, header files,
  20. test examples, and a large model library (TCOOP.LIB) suitable for use
  21. in your Turbo C++ or Borland C++ programs.  Project files for the test
  22. programs are included for Borland C++.  The Shareware version does not
  23. contain the program source.  Users are urged to register their software
  24. and will receive the full program source to the Classes, just by filling
  25. out and mailing in the registration form included in this package.
  26. If they request it, registered users also receive a free user account
  27. for the author's 24hr BBS support system for a period of one year.
  28. New versions will always be available by file request at Aion, FidoNet
  29. node address 1:133/503.
  30.  
  31.                   *       *       *       *       *
  32.  
  33. TCOOP Version 1.00 Advanced includes the following C++ Classes.  Source
  34. (CPP), header (HPP), and documentation (DOC) files are included for each.
  35. Classes marked with (*) are available ONLY in the Advanced version of
  36. TCOOPS.  All of the classes are outlined in the document CLASS.DOC.
  37.  
  38. String, Node, List, Item, *Tree,
  39. Graphic, Icon, Point, Rect, Mouse,
  40. *Event, *KeyBrd, Sound, Play, Effect,
  41. *DeskTop, Window, Menu, MenuBar, Control.
  42.  
  43. Test examples are included, and are grouped by the general category of
  44. the classes being used.  All test programs begin with the name "TEST".
  45. Some of them are: TESTSTR, TESTITEM, TESTGRAF, TESTPLAY, TESTICON and
  46. TESTWIND.
  47.  
  48.                 *       *       *       *       *
  49.  
  50. What is different about this library?  These classes are not like groups of
  51. ordinary subroutines, they can be extended.  New classes may be derived from
  52. these to produce types of objects.  With the program source you can change
  53. any class to suit your needs.  You can't do that with a bunch of subroutines!
  54.  
  55. My hope is that you will find this collection of C++ classes useful and
  56. enlightening to use, and that they will help you to get a better idea of
  57. the power of object oriented programming.  OOP is one of the most exciting
  58. things that has come along in a while, and is very likely here to stay.
  59.  
  60. I have made every attempt to keep the cost of this effort low.  In keeping
  61. with the concept of the Software IC, I would hope that individual class
  62. modules would seldom cost more that a buck or two a piece.  Particularly
  63. complex classes might go higher, but that should be an exception.  A group
  64. of working software classes becomes similar to a hardware "chipset", and
  65. provides a set of complex interrelated functions.  In this case you are
  66. getting more than just the functionality of a chip for your buck, you're
  67. getting the entire IC factory!  What a deal!  Make all the Software IC
  68. you can use!
  69.  
  70. If you would like to support this effort and the future development of
  71. this software, please register your program.  Your comments are welcome
  72. and appreciated.  For more information contact:
  73.  
  74.                 Electronic      Aion
  75.                 Mail:           FidoNet 1:133/503
  76.                                 Modem: (404) 640-9670
  77.  
  78.                 Standard        James Clark
  79.                 Mail:           c/o Aion
  80.                                 P.O. Box 769111
  81.                                 Roswell, Ga.  30076
  82.  
  83. The bulletin board operates 24-hours a day, at 1200-2400 baud.  Please
  84. fill out the new user questionnaire for the fastest account upgrade.
  85. --------------------------------------------------------------------------
  86. READ.ME                         Copyright (c) 1991 by James S. Clark
  87.